net/http.body.didEarlyClose (method)

2 uses

	net/http (current package)
		server.go#L1707: 	return ok && body.didEarlyClose()
		transfer.go#L1008: func (b *body) didEarlyClose() bool {